-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(v6.x backport) test: reduce string concatenations #13835
(v6.x backport) test: reduce string concatenations #13835
Conversation
WRT assignment: #12735 (comment) |
Can a CI for a backport be launched as a common CI (with setting a PR ID in the same form)? |
Yes. You just leave the That should probably be documented. |
CI: https://ci.nodejs.org/job/node-test-pull-request/8769/ (I hope I've set it right, as I usually do not change the |
One arm fail on pre-test phase if I get it right. |
@refack you up for a round 2 of reviewing this PR? |
How should I resolve conflicts in backports? |
Yep |
Conflict resolved. New CI: https://ci.nodejs.org/job/node-test-pull-request/8810/ |
Landed in 0dfb19d My gut tells me this should be fine, but I am kinda concerned there may be perf regressions on V8 5.1 /cc @nodejs/v8 are there any issues with using string interpolation on V8 5.1? |
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test
Backport of #12735